Hệ thống quản lý phòng khám trực tuyến bằng PHP

1 <!-- Edit this file to change the layout of each record in the table view -->
2 <!-- To disable clicking of a field,
remove the and formatters around it-->
3
4 <!-- If you wish to hide the table view header that contains the column titles, -->
5 <!--
add the following to the events_init() hook (in hooks/events.php file) -->
6 <!-- $options->ShowTableHeader =
0; -->
7
8         <td id=
"events-title-<%%VALUE(id)%%>" class="events-title"><%%VALUE(title)%%></td>
9         <td id=
"events-date-<%%VALUE(id)%%>" class="events-date"><%%VALUE(date)%%></td>
10         <td id=
"events-status-<%%VALUE(id)%%>" class="events-status"><%%VALUE(status)%%></td>
11         <td id=
"events-name_patient-<%%VALUE(id)%%>" class="events-name_patient"><%%VALUE(name_patient)%%></td>
12         <td id=
"events-time-<%%VALUE(id)%%>" class="events-time"><%%VALUE(time)%%></td>
13         <td id=
"events-prescription-<%%VALUE(id)%%>" class="events-prescription"><%%VALUE(prescription)%%></td>
14         <td id=
"events-diagnosis-<%%VALUE(id)%%>" class="events-diagnosis"><%%VALUE(diagnosis)%%></td>
15         <td id=
"events-comments-<%%VALUE(id)%%>" class="events-comments"><%%VALUE(comments)%%></td>


Gõ tìm kiếm nhanh...